home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-6 / card_21935.txt < prev    next >
Text File  |  1990-04-06  |  2KB  |  95 lines

  1. -- card: 21935 from stack: in.0-6
  2. -- bmap block id: 22248
  3. -- flags: 0000
  4. -- background id: 12913
  5. -- name: replace dialog
  6.  
  7.  
  8. -- part 5 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=95 top=33 right=227 bottom=401
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Info 1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   showFld
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (field)
  28. -- low flags: 01
  29. -- high flags: 2004
  30. -- rect: left=41 top=251 right=313 bottom=473
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 174
  35. -- text size: 14
  36. -- style flags: 0
  37. -- line height: 15
  38. -- part name: 
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   hide me
  42. end mouseUp
  43.  
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 2000
  50. -- rect: left=432 top=274 right=317 bottom=471
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 5233 / 5233
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: returnArrow
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   lock screen
  62.   go cd "Scripting Menus"
  63.   unlock screen with visual zoom close
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 4 (field)
  69. -- low flags: 81
  70. -- high flags: 2004
  71. -- rect: left=299 top=16 right=123 bottom=504
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 0
  75. -- font id: 174
  76. -- text size: 14
  77. -- style flags: 0
  78. -- line height: 15
  79. -- part name: info 1
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   hide me
  83. end mouseUp
  84.  
  85.  
  86.  
  87.  
  88. -- part contents for card part 4
  89. ----- text -----
  90. You can copy expressions from scripts and paste them into this dialog box so that you don‚Äôt have to worry about typing an expression exactly as it is in a script.
  91.  
  92. -- part contents for card part 2
  93. ----- text -----
  94. This is the dialog box that appears when you click Replace... in the Script menu. Its options allow you to narrow your search
  95. for expressions in scripts to exactly what you want.